home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-13 | 656 b | 49 lines | [TEXT/CWIE] |
- // MacApp.h
- // Copyright © 1984-98 by Apple Computer, Inc. All rights reserved.
- // Core MacApp header files.
-
- /*
- Change History:
- */
-
- #ifndef __MACAPP__
- #define __MACAPP__
-
- // MacAppRequired.h (include before any other headers)
-
- #ifndef __MacAppRequired__
- #include "MacAppRequired.h"
- #endif
-
- // MacApp Core
-
- #ifndef __MACORE__
- #include "MACore.h"
- #endif
-
- // MacApp Framework
-
- #ifndef __MAFRAMEWORK__
- #include "MAFramework.h"
- #endif
-
- // MacApp Documents
-
- #ifndef __MADOCS__
- #include "MADocs.h"
- #endif
-
- // MacApp Views
-
- #ifndef __MAVIEWS__
- #include "MAViews.h"
- #endif
-
- // MacApp Application
-
- #ifndef __MAAPP__
- #include "MAApp.h"
- #endif
-
- #endif // __MACAPP__
-